Robert-André Mauchin [Thu, 21 Aug 2008 20:14:36 +0000 (20:14 +0000)]
Updated French translation
svn path=/trunk/; revision=21179
Michael Natterer [Thu, 21 Aug 2008 11:42:32 +0000 (11:42 +0000)]
small formatting fix.
2008-08-21 Michael Natterer <mitch@imendio.com>
* gtk/gtktreeview.c (gtk_tree_view_realize): small formatting fix.
svn path=/trunk/; revision=21178
Marek Kasik [Thu, 21 Aug 2008 11:30:46 +0000 (11:30 +0000)]
Bug 545875 – evo crashed when trying to print pages 6-7 of a 1 page
2008-08-21 Marek Kasik <mkasik@redhat.com>
Bug 545875 – evo crashed when trying to print pages 6-7 of a 1 page
email
* gtk/gtkprintoperation.c: Clamp page ranges to correct ranges
svn path=/trunk/; revision=21177
Marek Kasik [Thu, 21 Aug 2008 10:32:33 +0000 (10:32 +0000)]
changelog update for previous commit
2008-08-21 Marek Kasik <mkasik@redhat.com>
* ChangeLog: changelog update for previous commit
svn path=/trunk/; revision=21176
Marek Kasik [Thu, 21 Aug 2008 10:25:27 +0000 (10:25 +0000)]
Bug 535158 – can't rearrange the order of multi pages per side
2008-08-21 Marek Kasik <mkasik@redhat.com>
Bug 535158 – can't rearrange the order of multi pages per side
* gtk/gtkprinter.c
* gtk/gtkprinter.h
* gtk/gtkprintunixdialog.c
* gtk/gtkprintsettings.c
* gtk/gtkprintsettings.h
* gtk/gtkenums.h
* modules/printbackends/cups/gtkprintbackendcups.c: Allow user to
specify layout of pages per sheet in number-up mode
svn path=/trunk/; revision=21175
Li Yuan [Thu, 21 Aug 2008 05:41:16 +0000 (05:41 +0000)]
Bug #548783. Change g_assert to g_return_if_fail to avoid unnucessary
2008-08-21 Li Yuan <li.yuan@sun.com>
* gailtreeview.c: (traverse_cells):
Bug #548783. Change g_assert to g_return_if_fail to avoid
unnucessary crash.
svn path=/trunk/; revision=21174
Li Yuan [Thu, 21 Aug 2008 05:28:58 +0000 (05:28 +0000)]
Bug #548782. Emit children-changed::remove signal when a row is deleted in
2008-08-21 Li Yuan <li.yuan@sun.com>
* gailtreeview.c: (model_row_deleted):
Bug #548782. Emit children-changed::remove signal when a row is
deleted in gtktreeview.
svn path=/trunk/; revision=21173
Søren Sandmann Pedersen [Wed, 20 Aug 2008 22:18:38 +0000 (22:18 +0000)]
+Wed Aug 20 18:16:29 2008 Søren Sandmann <sandmann@redhat.com>
+
+ * gdk/x11/gdkscreen-x11.c (_gdk_x11_screen_size_changed): Emit the
+ monitors changed signal when the screen size changes.
+
svn path=/trunk/; revision=21172
Torsten Schönfeld [Wed, 20 Aug 2008 20:17:20 +0000 (20:17 +0000)]
(gtk_color_selection_dialog_get_color_selection): Use the correct macro to test
the validity of the passed-in dialog.
svn path=/trunk/; revision=21171
Milan Crha [Wed, 20 Aug 2008 08:17:35 +0000 (08:17 +0000)]
Allow changing page with arrows even on non-focusable notebook. (#528091)
2008-08-05 Milan Crha <mcrha@redhat.com>
* gtk/gtknotebook.c: (gtk_notebook_do_arrow): Allow changing page with
arrows even on non-focusable notebook. (#528091)
svn path=/trunk/; revision=21170
Leonardo Ferreira Fontenelle [Wed, 20 Aug 2008 02:47:42 +0000 (02:47 +0000)]
Brazilian Portuguese translation updated by Fábio Nogueira and Leonardo
2008-08-19 Leonardo Ferreira Fontenelle <leonardof@gnome.org>
* pt_BR.po: Brazilian Portuguese translation updated by Fábio Nogueira
and Leonardo Ferreira Fontenelle.
svn path=/trunk/; revision=21169
Federico Mena Quintero [Wed, 20 Aug 2008 01:13:17 +0000 (01:13 +0000)]
[PATCH 7/7] bgo543308 - Remove the default_width/height stuff, since we are not using it anymore
Signed-off-by: Federico Mena Quintero <federico@novell.com>
svn path=/trunk/; revision=21168
Federico Mena Quintero [Wed, 20 Aug 2008 01:12:54 +0000 (01:12 +0000)]
[PATCH 6/7] bgo543308 - Only compute a font-based size if we are in expanded mode or one of the OPEN modes
Signed-off-by: Federico Mena Quintero <federico@novell.com>
svn path=/trunk/; revision=21167
Federico Mena Quintero [Wed, 20 Aug 2008 01:12:35 +0000 (01:12 +0000)]
[PATCH 5/7] bgo543308 - Unconditionally compute a size based on font size
Signed-off-by: Federico Mena Quintero <federico@novell.com>
svn path=/trunk/; revision=21166
Federico Mena Quintero [Wed, 20 Aug 2008 01:12:13 +0000 (01:12 +0000)]
[PATCH 4/7] bgo543308 - Emit default-size-changed when the file chooser is mapped
Signed-off-by: Federico Mena Quintero <federico@novell.com>
svn path=/trunk/; revision=21165
Federico Mena Quintero [Wed, 20 Aug 2008 01:11:45 +0000 (01:11 +0000)]
[PATCH 3/7] bgo543308 - Factor out the code to emit default-size-changed.
Only emit default-size-changed if the file chooser widget is mapped.
It only makes sense to do this once we know our final configuration,
which is actually when we are mapped.
Signed-off-by: Federico Mena Quintero <federico@novell.com>
svn path=/trunk/; revision=21164
Federico Mena Quintero [Wed, 20 Aug 2008 01:11:20 +0000 (01:11 +0000)]
[PATCH 2/7] bgo543308 - Remove obsolete sizing code in GtkFileChooserDialog
Signed-off-by: Federico Mena Quintero <federico@novell.com>
svn path=/trunk/; revision=21163
Federico Mena Quintero [Wed, 20 Aug 2008 01:10:59 +0000 (01:10 +0000)]
[PATCH 1/7] bgo543308 - Let the file chooser widget be in charge of its default size; don't force it from the dialog
Signed-off-by: Federico Mena Quintero <federico@novell.com>
svn path=/trunk/; revision=21162
Federico Mena Quintero [Wed, 20 Aug 2008 01:10:42 +0000 (01:10 +0000)]
[PATCH 0/7] bgo543308 - File chooser uses incorrect default size
Signed-off-by: Federico Mena Quintero <federico@novell.com>
svn path=/trunk/; revision=21161
Priit Laes [Tue, 19 Aug 2008 20:22:08 +0000 (20:22 +0000)]
Translation updated by Ivar Smolin
2008-08-19 Priit Laes <plaes at svn dot gnome dot org>
* et.po: Translation updated by Ivar Smolin
svn path=/trunk/; revision=21160
Torsten Schönfeld [Tue, 19 Aug 2008 20:09:28 +0000 (20:09 +0000)]
Move gtk_menu_set_monitor next to gtk_menu_get_monitor. Move
gtk_menu_set_title next to gtk_menu_get_title.
svn path=/trunk/; revision=21159
Björn Lindqvist [Tue, 19 Aug 2008 19:16:38 +0000 (19:16 +0000)]
Bug 548354 – Remove repeated code in gtk_cell_view_size_allocate
2008-08-19 Björn Lindqvist <bjourne@gmail.com>
Bug 548354 – Remove repeated code in gtk_cell_view_size_allocate
* gtk/gtkcellview.c (gtk_cell_view_size_allocate): Remove some
code duplication, no need for separate loops for GTK_PACK_START
and GTK_PACK_END.
svn path=/trunk/; revision=21158
Johan Dahlin [Tue, 19 Aug 2008 10:02:12 +0000 (10:02 +0000)]
Remove the requres-version tag as well
2008-08-19 Johan Dahlin <johan@gnome.org>
* gtk/gtk-builder-convert (GtkBuilderConverter._parse):
Remove the requres-version tag as well
svn path=/trunk/; revision=21157
Laurent Dhima [Tue, 19 Aug 2008 08:55:04 +0000 (08:55 +0000)]
sq.po: Updated Albanian Translation.
svn path=/trunk/; revision=21156
Laurent Dhima [Tue, 19 Aug 2008 07:45:31 +0000 (07:45 +0000)]
sq.po: Updated Albanian Translation.
svn path=/trunk/; revision=21155
Matthias Clasen [Tue, 19 Aug 2008 01:40:48 +0000 (01:40 +0000)]
Forgotten file
svn path=/trunk/; revision=21154
Matthias Clasen [Tue, 19 Aug 2008 01:19:54 +0000 (01:19 +0000)]
Bump version
svn path=/trunk/; revision=21153
Matthias Clasen [Tue, 19 Aug 2008 01:17:29 +0000 (01:17 +0000)]
2.13.7
svn path=/trunk/; revision=21151
Mathias Hasselmann [Mon, 18 Aug 2008 22:20:19 +0000 (22:20 +0000)]
Bug 541600 – GtkCalendar segfault for certain values of detail-with-chars
* gtk/gtkcalendar.c (gtk_calendar_class_init()): Limit the "year"
property to G_MAXINT >> 9, instead of G_MAXINT >> 8: year_to_days()
multiplies the year property with 365 and returns the result as
glong. Therefore ceil(log(365, 2)) = 9 bits must be available,
not just 8 bits.
svn path=/trunk/; revision=21150
Björn Lindqvist [Mon, 18 Aug 2008 17:48:13 +0000 (17:48 +0000)]
Bug 541315 – Segfault when selecting a GtkMenuItem with submenu and no
2008-08-18 Björn Lindqvist <bjourne@gmail.com>
Bug 541315 – Segfault when selecting a GtkMenuItem with submenu
and no parent
* gtk/gtkmenuitem.c (gtk_menu_item_real_popup_submenu): Ensure
that the menu item has a parent before popping it up.
svn path=/trunk/; revision=21149
Yair Hershkovitz [Mon, 18 Aug 2008 14:41:13 +0000 (14:41 +0000)]
updated hebrew translation
svn path=/trunk/; revision=21148
Johan Dahlin [Mon, 18 Aug 2008 06:51:40 +0000 (06:51 +0000)]
Bug 548196 – gtk-builder-convert doesn't properly convert GtkTextView
2008-08-18 Johan Dahlin <johan@gnome.org>
Bug 548196 – gtk-builder-convert doesn't properly convert GtkTextView
* gtk/gtk-builder-convert: Rename the text property to buffer.
svn path=/trunk/; revision=21147
Matthias Clasen [Mon, 18 Aug 2008 00:14:17 +0000 (00:14 +0000)]
Use g_quark_from_static_string where possible
svn path=/trunk/; revision=21146
Daniel Nylander [Sun, 17 Aug 2008 22:03:37 +0000 (22:03 +0000)]
sv.po: Updated Swedish translation
svn path=/trunk/; revision=21145
Jorge Gonzalez Gonzalez [Sun, 17 Aug 2008 21:50:40 +0000 (21:50 +0000)]
Updated Spanish translation
svn path=/trunk/; revision=21144
Nickolay V. Shmyrev [Sun, 17 Aug 2008 12:16:11 +0000 (12:16 +0000)]
Updated Russian translation by Anton Shestakov.
2008-08-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* ru.po: Updated Russian translation by Anton Shestakov.
svn path=/trunk/; revision=21143
Yair Hershkovitz [Sun, 17 Aug 2008 08:13:48 +0000 (08:13 +0000)]
updated hebrew translation
svn path=/trunk/; revision=21142
Duarte Loreto [Sat, 16 Aug 2008 23:04:54 +0000 (23:04 +0000)]
Updated Portuguese translation.
2008-08-17 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
svn path=/trunk/; revision=21141
Duarte Loreto [Sat, 16 Aug 2008 23:03:18 +0000 (23:03 +0000)]
Updated Portuguese translation.
2008-08-17 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
svn path=/trunk/; revision=21140
Duarte Loreto [Sat, 16 Aug 2008 23:00:17 +0000 (23:00 +0000)]
Updated Portuguese translation.
2008-08-17 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
svn path=/trunk/; revision=21139
Torsten Schönfeld [Sat, 16 Aug 2008 19:57:41 +0000 (19:57 +0000)]
Don't mention GdkWindowRedirect in the docs; it's opaque and not used in any
public API.
svn path=/trunk/; revision=21138
Torsten Schönfeld [Sat, 16 Aug 2008 19:56:23 +0000 (19:56 +0000)]
Fix small issues in the documentation of gdk_window_remove_redirection and
gdk_window_redirect_to_drawable.
svn path=/trunk/; revision=21137
Richard Hult [Fri, 15 Aug 2008 20:27:22 +0000 (20:27 +0000)]
Some aftermath of the fix of bug #543868. Clip and flip to the source, not
2008-08-15 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkdrawable-quartz.c (gdk_quartz_draw_drawable): Some
aftermath of the fix of bug #543868. Clip and flip to the source,
not the destination. Don't save/restore the gstate, it's already
done when getting/releasing the context.
svn path=/trunk/; revision=21136
Richard Hult [Fri, 15 Aug 2008 20:20:46 +0000 (20:20 +0000)]
Add another missing symbol.
2008-08-15 Richard Hult <richard@imendio.com>
* gtk/gtkclipboard-quartz.c (gtk_clipboard_wait_is_uris_available):
Add another missing symbol.
svn path=/trunk/; revision=21135
Behdad Esfahbod [Fri, 15 Aug 2008 19:43:20 +0000 (19:43 +0000)]
Bug 547680 – fontconfig monitoring can crash apps
2008-08-15 Behdad Esfahbod <behdad@gnome.org>
Bug 547680 – fontconfig monitoring can crash apps
* gtk/gtksettings.c (settings_update_fontconfig): Clear pango cache
before recreating fontconfig config.
svn path=/trunk/; revision=21134
Sven Herzberg [Fri, 15 Aug 2008 18:57:31 +0000 (18:57 +0000)]
Use the g_test_*() API for this test reviewed by: Richard Hult
2008-08-15 Sven Herzberg <sven@imendio.com>
Use the g_test_*() API for this test
reviewed by: Richard Hult
* gdk/tests/check-gdk-cairo.c: use the g_test_*() API to permit adding
new tests
svn path=/trunk/; revision=21133
Sven Herzberg [Fri, 15 Aug 2008 18:50:18 +0000 (18:50 +0000)]
Prepare for using the g_test_*() API reviewed by: Richard Hult
2008-08-15 Sven Herzberg <sven@imendio.com>
Prepare for using the g_test_*() API
reviewed by: Richard Hult
* gdk/tests/check-gdk-cairo.c: use assertions instead of returning an
error code
svn path=/trunk/; revision=21132
Claudio Saavedra [Fri, 15 Aug 2008 18:37:58 +0000 (18:37 +0000)]
Credit Torsten Schoenfeld in latest change.
svn path=/trunk/; revision=21131
Claudio Saavedra [Fri, 15 Aug 2008 18:37:00 +0000 (18:37 +0000)]
Bug 547944 – Self-reference in gtk_page_setup_load_file's docs
2008-08-15 Claudio Saavedra <csaavedra@igalia.com>
Bug 547944 – Self-reference in gtk_page_setup_load_file's docs
* gtk/gtkpagesetup.c: Fix the reference in gtk_page_setup_load_file()
documentation.
svn path=/trunk/; revision=21130
Matthias Clasen [Fri, 15 Aug 2008 18:01:38 +0000 (18:01 +0000)]
Some doc additions
svn path=/trunk/; revision=21129
Christian Dywan [Fri, 15 Aug 2008 18:01:00 +0000 (18:01 +0000)]
Add missing Since tags
svn path=/trunk/; revision=21128
Michael Natterer [Fri, 15 Aug 2008 11:37:00 +0000 (11:37 +0000)]
gailbooleancell.c gailimagecell.c gailtextcell.c gailwidget.c
2008-08-15 Michael Natterer <mitch@imendio.com>
* gailbooleancell.c
* gailimagecell.c
* gailtextcell.c
* gailwidget.c
* tests/Makefile.am
* tests/testbutton.c
* tests/testimage.c
* tests/testlib.c
* tests/testmenuitem.c
* tests/testnotebook.c
* tests/testoptionmenu.c
* tests/testpaned.c
* tests/testselection.c
* tests/testtable.c: some undeprecation.
* libgail-util/Makefile.am. build with GDK_DISABLE_DEPRECATED
and GTK_DISABLE_DEPRECATED.
svn path=/trunk/; revision=21127
Kjartan Maraas [Fri, 15 Aug 2008 11:00:12 +0000 (11:00 +0000)]
Updated Norwegian bokmål translation.
2008-08-15 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=21126
Ignacio Casal Quinteiro [Fri, 15 Aug 2008 09:26:20 +0000 (09:26 +0000)]
Updated Galician translation
svn path=/trunk/; revision=21125
Amanpreet Singh Alam [Fri, 15 Aug 2008 09:25:15 +0000 (09:25 +0000)]
updating for Punjabi file pa.po by Amanpreet Singh Alam
svn path=/trunk/; revision=21124
Christian Dywan [Fri, 15 Aug 2008 08:23:53 +0000 (08:23 +0000)]
Improve documentation of "gtk-button-images" setting
svn path=/trunk/; revision=21123
Ilkka Tuohela [Thu, 14 Aug 2008 12:58:02 +0000 (12:58 +0000)]
Updated Finnish translation
svn path=/trunk/; revision=21122
Ilkka Tuohela [Thu, 14 Aug 2008 12:50:52 +0000 (12:50 +0000)]
Updated Finnish translation
svn path=/trunk/; revision=21121
Sandeep Shedmake [Thu, 14 Aug 2008 10:05:04 +0000 (10:05 +0000)]
Adding Marathi Translations
svn path=/trunk/; revision=21120
Sandeep Shedmake [Thu, 14 Aug 2008 10:02:24 +0000 (10:02 +0000)]
Udpating Marathi Translations
svn path=/trunk/; revision=21119
Sandeep Shedmake [Thu, 14 Aug 2008 09:39:25 +0000 (09:39 +0000)]
svn path=/trunk/; revision=21118
svn path=/trunk/; revision=21118
Sandeep Shedmake [Thu, 14 Aug 2008 09:15:42 +0000 (09:15 +0000)]
Updated Marathi Translations
svn path=/trunk/; revision=21117
Sandeep Shedmake [Thu, 14 Aug 2008 09:13:05 +0000 (09:13 +0000)]
removing the translated mr.po consisting translations for 'gtk+/po-properties' module
svn path=/trunk/; revision=21116
Matthias Clasen [Thu, 14 Aug 2008 05:32:58 +0000 (05:32 +0000)]
Exclude CR2 files in the tiff loader.
svn path=/trunk/; revision=21115
Matthias Clasen [Thu, 14 Aug 2008 03:37:43 +0000 (03:37 +0000)]
Don't add pointless getters
svn path=/trunk/; revision=21114
Matthias Clasen [Thu, 14 Aug 2008 03:12:58 +0000 (03:12 +0000)]
Add translator hints
svn path=/trunk/; revision=21113
Torsten Schönfeld [Wed, 13 Aug 2008 20:59:29 +0000 (20:59 +0000)]
Move gtk_font_selection_dialog_get_apply_button,
gtk_font_selection_dialog_get_cancel_button, and
gtk_font_selection_dialog_get_ok_button to the GtkFontSelectionDialog section.
svn path=/trunk/; revision=21112
Michael Natterer [Wed, 13 Aug 2008 18:44:11 +0000 (18:44 +0000)]
get rid of the deprecated aliases NONE and BOOL.
2008-08-13 Michael Natterer <mitch@imendio.com>
* gtk/gtkmarshalers.list: get rid of the deprecated aliases NONE
and BOOL.
* gtk/gtkdialog.c
* gtk/gtkentrycompletion.c
* gtk/gtkmenuitem.c
* gtk/gtkoldeditable.c
* gtk/gtkrange.c
* gtk/gtktreeview.c
* gtk/gtkwidget.c: changed accordingly.
svn path=/trunk/; revision=21111
Sandeep Shedmake [Wed, 13 Aug 2008 15:09:12 +0000 (15:09 +0000)]
Updated Marathi Translations
svn path=/trunk/; revision=21110
Sandeep Shedmake [Wed, 13 Aug 2008 15:08:44 +0000 (15:08 +0000)]
Added Marathi Translations
svn path=/trunk/; revision=21109
Amanpreet Singh Alam [Wed, 13 Aug 2008 14:36:08 +0000 (14:36 +0000)]
updating for Punjabi file pa.po by Amanpreet Singh Alam
svn path=/trunk/; revision=21108
Erwann Chenede - [Wed, 13 Aug 2008 13:47:02 +0000 (13:47 +0000)]
Bug 547456 - gdk/x11/gdkscreen-x11.c : init_solaris_xinerama doesn't
2008-08-13 Erwann Chenede - <erwann.chenede@sun.com>
Bug 547456 - gdk/x11/gdkscreen-x11.c : init_solaris_xinerama
doesn't compile on Solaris
* gdk/x11/gdkscreen-x11.c: make init_solaris_xinerama () compile
when HAVE_SOLARIS_XINERAMA is defined.
svn path=/trunk/; revision=21107
Michael Natterer [Wed, 13 Aug 2008 08:40:44 +0000 (08:40 +0000)]
cast the return value of g_dgettext() to fix warning about discarded
2008-08-13 Michael Natterer <mitch@imendio.com>
* gtk/gtkstock.c (gtk_stock_lookup): cast the return value of
g_dgettext() to fix warning about discarded qualifier.
svn path=/trunk/; revision=21106
Michael Natterer [Wed, 13 Aug 2008 08:26:39 +0000 (08:26 +0000)]
reorder marshalers for no reason apart from forcing a rebuild of the
2008-08-13 Michael Natterer <mitch@imendio.com>
* gdk-pixbuf-marshal.list: reorder marshalers for no reason apart
from forcing a rebuild of the header after yesterday's Makefile.am
change.
svn path=/trunk/; revision=21105
Paolo Borelli [Tue, 12 Aug 2008 19:20:43 +0000 (19:20 +0000)]
use canonical signal name.
2008-08-12 Paolo Borelli <pborelli@katamail.com>
* gtk/gtkclipboard.c (gtk_clipboard_store):
use canonical signal name.
svn path=/trunk/; revision=21104
Paolo Borelli [Tue, 12 Aug 2008 17:21:13 +0000 (17:21 +0000)]
Bug 526234 - make shift+ctrl+del delete till the end of line
2008-08-12 Paolo Borelli <pborelli@katamail.com>
Bug 526234 - make shift+ctrl+del delete till the end of line
* gtk/gtktextview.c: add shift+ctrl+del and shift+ctrl+backspace
keyboard shortcuts to delete to the end/start of the current line.
svn path=/trunk/; revision=21103
Jorge Gonzalez Gonzalez [Tue, 12 Aug 2008 16:03:49 +0000 (16:03 +0000)]
Updated Spanish translation
svn path=/trunk/; revision=21102
Jorge Gonzalez Gonzalez [Tue, 12 Aug 2008 16:03:01 +0000 (16:03 +0000)]
Updated Spanish translation
svn path=/trunk/; revision=21101
Michael Natterer [Tue, 12 Aug 2008 15:47:13 +0000 (15:47 +0000)]
bail out if there is no label to set the color on.
2008-08-12 Michael Natterer <mitch@imendio.com>
* gtk/gtklinkbutton.c (set_link_color): bail out if there is no
label to set the color on.
(gtk_link_button_add): call set_link_color() so the label gets
the right color no matter how the link button is created.
svn path=/trunk/; revision=21100
Michael Natterer [Tue, 12 Aug 2008 15:20:19 +0000 (15:20 +0000)]
remove unused variable and fix formatting of some function headers.
2008-08-12 Michael Natterer <mitch@imendio.com>
* gtk/gtkassistant.c: remove unused variable and fix formatting of
some function headers.
svn path=/trunk/; revision=21099
Ignacio Casal Quinteiro [Tue, 12 Aug 2008 15:13:39 +0000 (15:13 +0000)]
Updated Galician translation
svn path=/trunk/; revision=21098
Ignacio Casal Quinteiro [Tue, 12 Aug 2008 15:11:44 +0000 (15:11 +0000)]
Updated Galician translation
svn path=/trunk/; revision=21097
Michael Natterer [Tue, 12 Aug 2008 15:04:55 +0000 (15:04 +0000)]
define -DGDK_PIXBUF_DISABLE_DEPRECATED in the global CFLAGS.
2008-08-12 Michael Natterer <mitch@imendio.com>
* configure.in: define -DGDK_PIXBUF_DISABLE_DEPRECATED in the
global CFLAGS.
* gdk-pixbuf/Makefile.am: make the contents gdk-pixbuf-marshal.h
visible for GDK_PIXBUF_COMPILATION.
* contrib/gdk-pixbuf-xlib/Makefile.am
* demos/Makefile.am
* demos/gtk-demo/Makefile.am
* gdk-pixbuf/pixops/Makefile.am
* gdk/Makefile.am
* gdk/x11/Makefile.am
* gtk/Makefile.am
* gtk/tests/Makefile.am
* gtk/theme-bits/Makefile.am
* modules/engines/ms-windows/Makefile.am
* modules/engines/pixbuf/Makefile.am
* modules/input/Makefile.am
* perf/Makefile.am
* tests/Makefile.am: remove -DDGDK_PIXBUF_DISABLE_DEPRECATED here.
svn path=/trunk/; revision=21096
Michael Natterer [Tue, 12 Aug 2008 14:45:35 +0000 (14:45 +0000)]
use g_return_val_if_fail() now that the function has a return value.
2008-08-12 Michael Natterer <mitch@imendio.com>
* gtk/gtkstatusicon.c (gtk_status_icon_get_gicon): use
g_return_val_if_fail() now that the function has a return value.
svn path=/trunk/; revision=21095
Sven Neumann [Tue, 12 Aug 2008 14:37:03 +0000 (14:37 +0000)]
gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.c
2008-08-12 Sven Neumann <sven@gimp.org>
* gtk/gtkaccellabel.c
* gtk/gtkaction.c
* gtk/gtkclist.c
* gtk/gtkcolorbutton.c
* gtk/gtkctree.c
* gtk/gtkdialog.c
* gtk/gtkdnd-quartz.c
* gtk/gtkdnd.c
* gtk/gtkentry.c
* gtk/gtkfilechooserdefault.c
* gtk/gtkfilesel.c
* gtk/gtkgamma.c
* gtk/gtkiconview.c
* gtk/gtkkeyhash.c
* gtk/gtklabel.c
* gtk/gtkmenu.c
* gtk/gtkmenubar.c
* gtk/gtkpaned.c
* gtk/gtkrecentchooserdialog.c
* gtk/gtkrecentchooserutils.c
* gtk/gtkselection.c
* gtk/gtksizegroup.c
* gtk/gtktextbtree.c
* gtk/gtktextbuffer.c
* gtk/gtktextview.c
* gtk/gtktoolbar.c
* gtk/gtktreemodel.c
* gtk/gtkuimanager.c
* gtk/gtkwindow-decorate.c
* gtk/gtkwindow.c: use canonical signal names in some more places
that I missed earlier. Also changed this in the documentation and
comments.
svn path=/trunk/; revision=21094
Yair Hershkovitz [Tue, 12 Aug 2008 12:55:22 +0000 (12:55 +0000)]
updated hebrew translation
svn path=/trunk/; revision=21093
Theppitak Karoonboonyanan [Tue, 12 Aug 2008 11:53:28 +0000 (11:53 +0000)]
Updated Thai translation.
2008-08-12 Theppitak Karoonboonyanan <thep@linux.thai.net>
* th.po: Updated Thai translation.
svn path=/trunk/; revision=21092
Sven Neumann [Tue, 12 Aug 2008 11:32:35 +0000 (11:32 +0000)]
gtk/gtknotebook.c property nick and blurb should be marked with P_(), not
2008-08-12 Sven Neumann <sven@gimp.org>
* gtk/gtknotebook.c
* gtk/gtkradiotoolbutton.c: property nick and blurb should be
marked with P_(), not _().
svn path=/trunk/; revision=21091
Inaki Larranaga Murgoitio [Tue, 12 Aug 2008 10:56:25 +0000 (10:56 +0000)]
Updated Basque translation.
2008-08-12 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
* eu.po: Updated Basque translation.
svn path=/trunk/; revision=21090
Michael Natterer [Tue, 12 Aug 2008 09:51:16 +0000 (09:51 +0000)]
examples/gtkdial/gtkdial.c gdk/gdkapplaunchcontext.c gdk/gdkpango.c
2008-08-12 Michael Natterer <mitch@imendio.com>
* examples/gtkdial/gtkdial.c
* gdk/gdkapplaunchcontext.c
* gdk/gdkpango.c
* gtk/gtkcellrendererpixbuf.c
* gtk/gtkcellrenderertext.c
* gtk/gtkcellview.c
* gtk/gtkcombobox.c
* gtk/gtkfontsel.c
* gtk/gtkinvisible.c
* gtk/gtkliststore.c
* gtk/gtktexttag.c
* gtk/gtktexttagtable.c: remove dereferencing from some function
pointers i missed before.
svn path=/trunk/; revision=21089
Michael Natterer [Tue, 12 Aug 2008 09:44:32 +0000 (09:44 +0000)]
gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.c
2008-08-12 Michael Natterer <mitch@imendio.com>
* gtk/gtkaccellabel.c
* gtk/gtkcalendar.c
* gtk/gtkclist.c
* gtk/gtkentry.c
* gtk/gtkeventbox.c
* gtk/gtkfilechooserbutton.c
* gtk/gtkfilechooserdefault.c
* gtk/gtkhandlebox.c
* gtk/gtkhsv.c
* gtk/gtkiconview.c
* gtk/gtkimage.c
* gtk/gtklayout.c
* gtk/gtklistitem.c
* gtk/gtkmenuitem.c
* gtk/gtkmessagedialog.c
* gtk/gtknotebook.c
* gtk/gtkpaned.c
* gtk/gtkpathbar.c
* gtk/gtkplug.c
* gtk/gtkprintunixdialog.c
* gtk/gtkrange.c
* gtk/gtkrecentchooserdefault.c
* gtk/gtkruler.c
* gtk/gtksocket.c
* gtk/gtktext.c
* gtk/gtktextview.c
* gtk/gtktoolbar.c
* gtk/gtktreeitem.c
* gtk/gtktreeview.c
* gtk/gtkviewport.c
* gtk/gtkwin32embedwidget.c: chain up unconditionally in
realize(), unrealize(), map(), unmap(), style_set(),
key_press_event() and size_request()
svn path=/trunk/; revision=21088
Michael Natterer [Tue, 12 Aug 2008 09:25:35 +0000 (09:25 +0000)]
change names of default implementations of our own signals to consistently
2008-08-12 Michael Natterer <mitch@imendio.com>
* gtk/gtkwidget.c: change names of default implementations of
our own signals to consistently contain "real":
gtk_widget_style_set -> gtk_widget_real_style_set
gtk_widget_direction_changed -> gtk_widget_real_direction_changed
svn path=/trunk/; revision=21087
Inaki Larranaga Murgoitio [Tue, 12 Aug 2008 09:15:15 +0000 (09:15 +0000)]
Updated Basque translation.
2008-08-12 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
* eu.po: Updated Basque translation.
svn path=/trunk/; revision=21086
Michael Natterer [Tue, 12 Aug 2008 09:06:34 +0000 (09:06 +0000)]
consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)
2008-08-12 Michael Natterer <mitch@imendio.com>
* gtk/*.c: consistently chain up using
GTK_FOO_CLASS(parent_class)->bar(instance) instead of
(*GTK_FOO_CLASS(parent_class))->bar(instance).
svn path=/trunk/; revision=21085
Matthias Clasen [Tue, 12 Aug 2008 07:25:08 +0000 (07:25 +0000)]
Fix some new api
svn path=/trunk/; revision=21083
Leonardo Ferreira Fontenelle [Tue, 12 Aug 2008 02:39:51 +0000 (02:39 +0000)]
Fixed typo in the Brazilian Portuguese translation.
2008-08-11 Leonardo Ferreira Fontenelle <leonardof@gnome.org>
* pt_BR.po: Fixed typo in the Brazilian Portuguese translation.
svn path=/trunk/; revision=21082
Leonardo Ferreira Fontenelle [Tue, 12 Aug 2008 02:36:34 +0000 (02:36 +0000)]
Brazilian Portuguese translation updated by Henrique Machado and Leonardo
2008-08-11 Leonardo Ferreira Fontenelle <leonardof@gnome.org>
* pt_BR.po: Brazilian Portuguese translation updated by Henrique
Machado and Leonardo Fontenelle.
svn path=/trunk/; revision=21081
Michael Natterer [Mon, 11 Aug 2008 21:07:36 +0000 (21:07 +0000)]
Bug 546754 – 2.13.6 update create rendering issue in the evolution
2008-08-11 Michael Natterer <mitch@imendio.com>
Bug 546754 – 2.13.6 update create rendering issue in the evolution
composer
* gtk/gtkadjustment.c: instead of CLAMP(), use
value = MIN (value, upper - page_size);
value = MAX (value, lower);
so we don't end up below lower if upper - page_size is smaller
than lower.
svn path=/trunk/; revision=21080
Matthias Clasen [Mon, 11 Aug 2008 19:59:50 +0000 (19:59 +0000)]
Fix build with old cups
svn path=/trunk/; revision=21079
Michael Natterer [Mon, 11 Aug 2008 19:57:38 +0000 (19:57 +0000)]
Bug 547270 – Make GtkHSV public
2008-08-11 Michael Natterer <mitch@imendio.com>
Bug 547270 – Make GtkHSV public
* gtk/Makefile.am
* gtk/gtk.h: install gtkhsv.h as public header (its symbols were
always public anyway).
* gtk/gtkhsv.h: add single-include guards, add class struct padding,
seal the instance member, cleanup.
* gtk/gtkhsv.c: center the widget in its allocation,
add "Since: 2.14", cleanup.
svn path=/trunk/; revision=21078